home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_167_SHARED-production team.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  335 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound("Single Click")
  3.   set the castNum of sprite the spriteNum of me to the number of member "production team dn"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite the spriteNum of me to the number of member "production team"
  9.   updateStage()
  10.   go("info3")
  11. end
  12.